home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Magazine / ActiveShareware / Zangband240 / edit / f_info.txt < prev    next >
Encoding:
Text File  |  2000-08-26  |  6.6 KB  |  569 lines

  1. # CVS: Last edit by $Author: ebock $ on $Date: 2000/01/31 04:19:13 $
  2. # File: f_info.txt
  3.  
  4.  
  5. # This file is used to initialize the "lib/raw/f_info.raw" file, which is
  6. # used to initialize the "terrain feature" information for the Angband game.
  7.  
  8. # Do not modify this file unless you know exactly what you are doing,
  9. # unless you wish to risk possible system crashes and broken savefiles.
  10.  
  11. # After modifying this file, delete the "lib/raw/f_info.raw" file.
  12.  
  13. # Note that the terrain feature are grouped into very regular groups,
  14. # such that each of the bits in the feature type conveys information.
  15.  
  16. # Note that terrain feature zero contains the "darkness" picture.
  17.  
  18. # === Understanding f_info.txt ===
  19.  
  20. # N:serial number:terrain name
  21. # G:symbol:color
  22.  
  23. # N' indicates the beginning of an entry. The serial number must
  24. # increase for each new item.
  25.  
  26. # 'G' is for graphics - symbol and color. There are 16 colors, as
  27. # follows:
  28.  
  29. # D - Black        w - White          s - Gray          o - Orange
  30. # r - Red          g - Green          b - Blue          u - Brown
  31. # d - Dark Gray    W - Light Gray     v - Violet        y - Yellow
  32. # R - Light Red    G - Light Green    B - Light Blue    U - Light Brown
  33.  
  34.  
  35. # Version stamp (required)
  36.  
  37. V:2.8.1
  38.  
  39.  
  40. # 0x00 --> nothing
  41.  
  42. N:0:nothing
  43. G: :w
  44.  
  45.  
  46. # 0x01 --> open floor
  47.  
  48. N:1:open floor
  49. G:.:w
  50.  
  51. # 0x02 --> invisible trap (drawn as open floor)
  52.  
  53. N:2:invisible trap
  54. G:.:w
  55. M:1
  56.  
  57. # 0x03 --> glyph of warding
  58.  
  59. N:3:glyph of warding
  60. G:;:y
  61.  
  62. # 0x04 --> open door
  63.  
  64. N:4:open door
  65. G:':U
  66.  
  67. # 0x05 --> broken door
  68.  
  69. N:5:broken door
  70. G:':u
  71.  
  72. # 0x06 --> up stairs (perm)
  73.  
  74. N:6:up staircase
  75. G:<:w
  76.  
  77. # 0x07 --> down stairs (perm)
  78.  
  79. N:7:down staircase
  80. G:>:w
  81.  
  82. N:8:quest entrance
  83. G:>:y
  84.  
  85. N:9:quest exit
  86. G:<:y
  87.  
  88. N:10:quest down level
  89. G:>:r
  90.  
  91. N:11:quest up level
  92. G:<:r
  93.  
  94. N:12:town exit
  95. G:>:g
  96.  
  97. # 0x10 --> visible trap -- trap door
  98.  
  99. N:16:trap door
  100. G:^:w
  101.  
  102. # 0x11 --> visible trap -- open pit
  103.  
  104. N:17:pit
  105. G:^:s
  106.  
  107. # 0x12 --> visible trap -- spiked pit
  108.  
  109. N:18:pit
  110. G:^:s
  111.  
  112. # 0x13 --> visible trap -- poison pit
  113.  
  114. N:19:pit
  115. G:^:s
  116.  
  117. # 0x14 --> visible trap -- rune -- summon
  118.  
  119. N:20:evil rune
  120. G:^:G
  121.  
  122. # 0x15 --> visible trap -- rune -- teleport
  123.  
  124. N:21:strange rune
  125. G:^:o
  126.  
  127. # 0x16 --> visible trap -- spot -- fire
  128.  
  129. N:22:discolored spot
  130. G:^:u
  131.  
  132. # 0x17 --> visible trap -- spot -- acid
  133.  
  134. N:23:discolored spot
  135. G:^:u
  136.  
  137. # 0x18 --> visible trap -- dart -- slow
  138.  
  139. N:24:dart trap
  140. G:^:r
  141.  
  142. # 0x19 --> visible trap -- dart -- lose str
  143.  
  144. N:25:dart trap
  145. G:^:r
  146.  
  147. # 0x1A --> visible trap -- dart -- lose dex
  148.  
  149. N:26:dart trap
  150. G:^:r
  151.  
  152. # 0x1B --> visible trap -- dart -- lose con
  153.  
  154. N:27:dart trap
  155. G:^:r
  156.  
  157. # 0x1C --> visible trap -- gas -- blind
  158.  
  159. N:28:gas trap
  160. G:^:g
  161.  
  162. # 0x1D --> visible trap -- gas -- confuse
  163.  
  164. N:29:gas trap
  165. G:^:g
  166.  
  167. # 0x1E --> visible trap -- gas -- poison
  168.  
  169. N:30:gas trap
  170. G:^:g
  171.  
  172. # 0x1F --> visible trap -- gas -- sleep
  173.  
  174. N:31:gas trap
  175. G:^:g
  176.  
  177. # 0x2x --> locked door (power 0)
  178.  
  179. N:32:door
  180. G:+:U
  181. M:32
  182.  
  183. # 0x2x --> locked door (power 1)
  184.  
  185. N:33:locked door
  186. G:+:U
  187. M:32
  188.  
  189. # 0x2x --> locked door (power 2)
  190.  
  191. N:34:locked door
  192. G:+:U
  193. M:32
  194.  
  195. # 0x2x --> locked door (power 3)
  196.  
  197. N:35:locked door
  198. G:+:U
  199. M:32
  200.  
  201. # 0x2x --> locked door (power 4)
  202.  
  203. N:36:locked door
  204. G:+:U
  205. M:32
  206.  
  207. # 0x2x --> locked door (power 5)
  208.  
  209. N:37:locked door
  210. G:+:U
  211. M:32
  212.  
  213. # 0x2x --> locked door (power 6)
  214.  
  215. N:38:locked door
  216. G:+:U
  217. M:32
  218.  
  219. # 0x2x --> locked door (power 7)
  220.  
  221. N:39:locked door
  222. G:+:U
  223. M:32
  224.  
  225. # 0x2x --> jammed door (power 0)
  226.  
  227. N:40:jammed door
  228. G:+:U
  229. M:32
  230.  
  231. # 0x2x --> jammed door (power 1)
  232.  
  233. N:41:jammed door
  234. G:+:U
  235. M:32
  236.  
  237. # 0x2x --> jammed door (power 2)
  238.  
  239. N:42:jammed door
  240. G:+:U
  241. M:32
  242.  
  243. # 0x2x --> jammed door (power 3)
  244.  
  245. N:43:jammed door
  246. G:+:U
  247. M:32
  248.  
  249. # 0x2x --> jammed door (power 4)
  250.  
  251. N:44:jammed door
  252. G:+:U
  253. M:32
  254.  
  255. # 0x2x --> jammed door (power 5)
  256.  
  257. N:45:jammed door
  258. G:+:U
  259. M:32
  260.  
  261. # 0x2x --> jammed door (power 6)
  262.  
  263. N:46:jammed door
  264. G:+:U
  265. M:32
  266.  
  267. # 0x2x --> jammed door (power 7)
  268.  
  269. N:47:jammed door
  270. G:+:U
  271. M:32
  272.  
  273. # 0x30 --> secret door
  274.  
  275. N:48:secret door
  276. G:#:w
  277. M:56
  278.  
  279. # 0x31 --> rubble
  280.  
  281. N:49:pile of rubble
  282. G:::w
  283.  
  284. # 0x32 --> magma vein
  285.  
  286. N:50:magma vein
  287. G:%:s
  288.  
  289. # 0x33 --> quartz vein
  290.  
  291. N:51:quartz vein
  292. G:%:w
  293.  
  294. # 0x34 --> magma vein + treasure
  295.  
  296. N:52:magma vein
  297. G:%:s
  298. M:50
  299.  
  300. # 0x35 --> quartz vein + treasure
  301.  
  302. N:53:quartz vein
  303. G:%:w
  304. M:51
  305.  
  306. # 0x36 --> magma vein + known treasure
  307.  
  308. N:54:magma vein with treasure
  309. G:*:o
  310.  
  311. # 0x37 --> quartz vein + known treasure
  312.  
  313. N:55:quartz vein with treasure
  314. G:*:o
  315.  
  316. # 0x38 --> granite wall -- basic
  317.  
  318. N:56:granite wall
  319. G:#:w
  320.  
  321. # 0x39 --> granite wall -- inner
  322.  
  323. N:57:granite wall
  324. G:#:w
  325. M:56
  326.  
  327. # 0x3A --> granite wall -- outer
  328.  
  329. N:58:granite wall
  330. G:#:w
  331. M:56
  332.  
  333. # 0x3B --> granite wall -- solid
  334.  
  335. N:59:granite wall
  336. G:#:w
  337. M:56
  338.  
  339. # 0x3C --> permanent wall -- basic (perm)
  340.  
  341. N:60:permanent wall
  342. G:#:w
  343.  
  344. # 0x3D --> permanent wall -- inner (perm)
  345.  
  346. N:61:permanent wall
  347. G:#:w
  348. M:60
  349.  
  350. # 0x3E --> permanent wall -- outer (perm)
  351.  
  352. N:62:permanent wall
  353. G:#:w
  354. M:60
  355.  
  356. # 0x3F --> permanent wall -- solid (perm)
  357.  
  358. N:63:permanent wall
  359. G:#:w
  360. M:60
  361.  
  362. N:64:explosive rune
  363. G:*:R
  364.  
  365. N:65:Pattern startpoint
  366. G:*:w
  367.  
  368. N:66:section of the Pattern
  369. G:*:B
  370.  
  371. N:67:section of the Pattern
  372. G:*:b
  373.  
  374. N:68:section of the Pattern
  375. G:*:B
  376.  
  377. N:69:section of the Pattern
  378. G:*:b
  379.  
  380. N:70:section of the Pattern
  381. G:*:W
  382.  
  383. N:71:section of the Pattern (discharged)
  384. G:*:W
  385.  
  386. N:72:Pattern exit
  387. G:*:w
  388.  
  389. N:73:corrupted section of the Pattern
  390. G:*:D
  391.  
  392. # 0x4A --> shop -- general store (perm)
  393.  
  394. N:74:General Store
  395. G:1:U
  396.  
  397. # 0x4B --> shop -- armoury (perm)
  398.  
  399. N:75:Armoury
  400. G:2:s
  401.  
  402. # 0x4C --> shop -- weapon shop (perm)
  403.  
  404. N:76:Weapon Smiths
  405. G:3:w
  406.  
  407. # 0x4D --> shop -- temple (perm)
  408.  
  409. N:77:Temple
  410. G:4:g
  411.  
  412. # 0x4E --> shop -- alchemist (perm)
  413.  
  414. N:78:Alchemy Shop
  415. G:5:b
  416.  
  417. # 0x4F --> shop -- magic shop (perm)
  418.  
  419. N:79:Magic Shop
  420. G:6:r
  421.  
  422. # 0x50 --> shop -- black market (perm)
  423.  
  424. N:80:Black Market
  425. G:7:D
  426.  
  427. # 0x51 --> shop -- home (perm)
  428.  
  429. N:81:Home
  430. G:8:y
  431.  
  432. # 0x52 --> shop -- bookstore (perm)
  433.  
  434. N:82:Bookstore
  435. G:9:o
  436.  
  437. # 0x53 --> terrain -- deep water
  438.  
  439. N:83:pool of deep water
  440. G:#:b
  441.  
  442. N:84:stream of shallow water
  443. G:#:B
  444.  
  445. N:85:pool of deep lava
  446. G:#:r
  447.  
  448. N:86:stream of shallow lava
  449. G:#:U
  450.  
  451. N:87:dark pit
  452. G:#:D
  453.  
  454. N:88:dirt
  455. G:.:u
  456.  
  457. N:89:patch of grass
  458. G:.:g
  459.  
  460. N:90:compact rune
  461. G:^:D
  462.  
  463. N:91:invisible wall
  464. G:.:w
  465. M:1
  466.  
  467. N:96:tree
  468. G:#:G
  469.  
  470. N:97:mountain chain
  471. G:^:U
  472.  
  473. N:128:Building
  474. G:+:U
  475.  
  476. N:129:Building
  477. G:+:U
  478.  
  479. N:130:Building
  480. G:+:U
  481.  
  482. N:131:Building
  483. G:+:U
  484.  
  485. N:132:Building
  486. G:+:U
  487.  
  488. N:133:Building
  489. G:+:U
  490.  
  491. N:134:Building
  492. G:+:U
  493.  
  494. N:135:Building
  495. G:+:o
  496.  
  497. N:136:Building
  498. G:+:R
  499.  
  500. N:137:Building
  501. G:+:G
  502.  
  503. N:138:Building
  504. G:+:v
  505.  
  506. N:139:Building
  507. G:+:u
  508.  
  509. N:140:Building
  510. G:+:w
  511.  
  512. N:141:Building
  513. G:+:B
  514.  
  515. N:142:Building
  516. G:+:B
  517.  
  518. N:143:Building
  519. G:+:B
  520.  
  521. N:144:Building
  522. G:+:B
  523.  
  524. N:145:Building
  525. G:+:B
  526.  
  527. N:146:Building
  528. G:+:B
  529.  
  530. N:147:Building
  531. G:+:B
  532.  
  533. N:148:Building
  534. G:+:B
  535.  
  536. N:149:Building
  537. G:+:B
  538.  
  539. N:150:Building
  540. G:+:B
  541.  
  542. N:151:Building
  543. G:+:B
  544.  
  545. N:152:Building
  546. G:+:B
  547.  
  548. N:153:Building
  549. G:+:B
  550.  
  551. N:154:Building
  552. G:+:B
  553.  
  554. N:155:Building
  555. G:+:B
  556.  
  557. N:156:Building
  558. G:+:B
  559.  
  560. N:157:Building
  561. G:+:B
  562.  
  563. N:158:Building
  564. G:+:B
  565.  
  566. N:159:Building
  567. G:+:B
  568.  
  569.